home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text;
-
- final class StyledEditorKit$1 extends SimpleAttributeSet {
- // $FF: synthetic field
- private final StyledEditorKit this$0;
-
- // $FF: synthetic method
- StyledEditorKit$1(StyledEditorKit var1) {
- this.this$0 = var1;
- }
-
- public Object clone() {
- return new SimpleAttributeSet(this);
- }
-
- public AttributeSet getResolveParent() {
- return this.this$0.currentParagraph != null ? this.this$0.currentParagraph.getAttributes() : null;
- }
- }
-